Add Copy/Move To Context Menu

There's a registry hack for Windows that will let you add a Copy To Folder or Move To Folder to the right-click menu, which can be very useful when you want to copy or move a file but don't have the other folder open already. Simple follow these steps:

 1. Click on the Start button and type 'regedit' into the Search box
 2. Navigate to the following key:
    HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers
 3. Right-click on 'ContextMenuHandlers' in the left pane and select
    'New->Key'
 4. Name the new key 'CopyTo' or 'MoveTo'
 5. Double-click on the 'Default string in the right pane
 6. In the 'Value Data' box copy one of these lines:
    Copy To =  {C2FBB630-2971-11D1-A18C-00C04FD75D13}
    Move To =  {C2FBB631-2971-11D1-A18C-00C04FD75D13}
 7. Click 'OK' then exit the Registry Editor